home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / grafica / Image Analyzer / ImageAnalyzer.exe / IAHelp.chm / meesoft.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-30  |  2.0 KB  |  108 lines

  1. BODY, P, H1, H2, H3, H4, H5, H6, ADDRESS, DIV, TR, TD, UL, OL, BLOCKQUOTE, SPAN {
  2.     color: black;
  3.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  4.     font-size: 10pt;
  5. }
  6.  
  7. BODY { 
  8.     margin-left: 10pt;
  9.     margin-right: 10pt;
  10.     background: #f0efdd fixed;
  11. }
  12.  
  13. H1 {
  14.     font-size: 24pt;
  15.     font-weight: bold;
  16. }
  17.  
  18. H1.appname {
  19.     margin-left: 10pt;
  20.     margin-bottom: 0.1em;
  21.     border: solid black;
  22.     border-bottom-width: 1px;
  23.     border-top-width: 0;
  24.     border-left-width: 0;
  25.     border-right-width: 0;
  26. }
  27.  
  28. P.apptype {
  29.     font-weight: bold;
  30.     padding: 0;
  31.     padding-top: 3px;
  32.     margin: 0;
  33. }
  34.  
  35. P.apptarget {
  36.     font-weight: bold;
  37.     padding: 0;
  38.     padding-top: 3px;
  39.     margin: 0;
  40. }
  41.  
  42. P.features, P.description {
  43.     margin-left: 10pt;
  44. }
  45.  
  46. H2 {
  47.     font-size: 18pt;
  48.     font-weight: bold;
  49.     margin-top: 0.1em;
  50.     margin-bottom: 0.05em;
  51. }
  52.  
  53. H3 {
  54.     font-size: 16pt;
  55.     font-weight: bold;
  56.     margin-bottom: 0.1em;
  57. }
  58.  
  59. H4 {
  60.     font-size: 12pt;
  61.     font-weight: bold;
  62.     margin-bottom: 0.1em;
  63. }
  64.  
  65. H4.other {
  66.     font-size: 13pt;
  67.     margin-left: 10pt;
  68.     margin-bottom: 0.1em;
  69.     border: solid black;
  70.     border-bottom-width: 1px;
  71.     border-top-width: 0;
  72.     border-left-width: 0;
  73.     border-right-width: 0;
  74. }
  75.  
  76. ADDRESS {
  77.     font-size: 10pt;
  78.     text-decoration: italic;
  79. }
  80.  
  81. #download {
  82.     font-size: 12pt;
  83.     font-weight: bold;
  84.     padding: 2px;
  85.     border: solid black 1px;
  86. }
  87.  
  88. A:link    { color: #0000b0; text-decoration: none; }
  89. A:visited {    color: #800000; text-decoration: none; }
  90. A:hover   {    color: red;    text-decoration: underline; }
  91.  
  92. A.MenuItem:link    { color: black; text-decoration: none; } 
  93. A.MenuItem:visited { color: black; text-decoration: none; } 
  94. A.MenuItem:hover   { color: white; text-decoration: none; background: black; }
  95.  
  96. A.DarkLink:link     { color: #0000b0; text-decoration: none; } 
  97. A.DarkLink::visited { color: #0000b0; text-decoration: none; } 
  98. A.DarkLink::hover   { color: white; text-decoration: none; background: black; }
  99.  
  100. BODY > HR {
  101.     align: center;
  102.     margin-left: -30pt;    
  103. }
  104.  
  105. TR { align: top; }
  106.     
  107. TD { font-size: 10pt; }
  108.